﻿2026-07-21T10:35:56.9423331Z ##[group]Run set -euo pipefail
2026-07-21T10:35:56.9424305Z [36;1mset -euo pipefail[0m
2026-07-21T10:35:56.9425117Z [36;1mPIN=0c95435[0m
2026-07-21T10:35:56.9426009Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-21T10:35:56.9427001Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-21T10:35:56.9428346Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-21T10:35:56.9430662Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-21T10:35:56.9432852Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-21T10:35:56.9434536Z [36;1m  rm -rf "$CACHE"[0m
2026-07-21T10:35:56.9435662Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-21T10:35:56.9437308Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-21T10:35:56.9439015Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-21T10:35:56.9440687Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-21T10:35:56.9441893Z [36;1mfi[0m
2026-07-21T10:35:56.9442993Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-21T10:35:56.9459115Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-21T10:35:56.9460226Z env:
2026-07-21T10:35:56.9460916Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-21T10:35:56.9461813Z ##[endgroup]
2026-07-21T10:35:57.2341879Z    Compiling proc-macro2 v1.0.106
2026-07-21T10:35:57.2343023Z    Compiling quote v1.0.45
2026-07-21T10:35:57.2343891Z    Compiling unicode-ident v1.0.24
2026-07-21T10:35:57.2344787Z    Compiling libc v0.2.186
2026-07-21T10:35:57.2345601Z    Compiling serde_core v1.0.228
2026-07-21T10:35:57.2346448Z    Compiling cfg-if v1.0.4
2026-07-21T10:35:57.2385784Z    Compiling serde v1.0.228
2026-07-21T10:35:57.2411576Z    Compiling log v0.4.32
2026-07-21T10:35:57.2442895Z    Compiling pin-project-lite v0.2.17
2026-07-21T10:35:57.2444531Z    Compiling typenum v1.20.1
2026-07-21T10:35:57.2471474Z    Compiling portable-atomic v1.13.1
2026-07-21T10:35:57.2473488Z    Compiling memchr v2.8.1
2026-07-21T10:35:57.2521445Z    Compiling version_check v0.9.5
2026-07-21T10:35:57.2586817Z    Compiling critical-section v1.2.0
2026-07-21T10:35:57.2733252Z    Compiling shlex v2.0.1
2026-07-21T10:35:57.2912302Z    Compiling find-msvc-tools v0.1.9
2026-07-21T10:35:57.3362074Z    Compiling futures-core v0.3.32
2026-07-21T10:35:57.3555398Z    Compiling subtle v2.6.1
2026-07-21T10:35:57.3991578Z    Compiling bytes v1.11.1
2026-07-21T10:35:57.5201027Z    Compiling smallvec v1.15.1
2026-07-21T10:35:57.5222644Z    Compiling equivalent v1.0.2
2026-07-21T10:35:57.5457637Z    Compiling itoa v1.0.18
2026-07-21T10:35:57.5601797Z    Compiling semver v1.0.28
2026-07-21T10:35:57.6062281Z    Compiling stable_deref_trait v1.2.1
2026-07-21T10:35:57.6064901Z    Compiling futures-io v0.3.32
2026-07-21T10:35:57.6321817Z    Compiling slab v0.4.12
2026-07-21T10:35:57.6693896Z    Compiling generic-array v0.14.7
2026-07-21T10:35:57.6962567Z    Compiling futures-sink v0.3.32
2026-07-21T10:35:57.7439771Z    Compiling futures-task v0.3.32
2026-07-21T10:35:57.7728249Z    Compiling futures-channel v0.3.32
2026-07-21T10:35:57.7801325Z    Compiling rand_core v0.10.1
2026-07-21T10:35:57.8054373Z    Compiling bitflags v2.12.1
2026-07-21T10:35:57.8481319Z    Compiling hashbrown v0.17.1
2026-07-21T10:35:57.8521753Z    Compiling rustversion v1.0.22
2026-07-21T10:35:57.9001312Z    Compiling rustc_version v0.4.1
2026-07-21T10:35:57.9097286Z    Compiling cpufeatures v0.2.17
2026-07-21T10:35:57.9240590Z    Compiling getrandom v0.4.2
2026-07-21T10:35:57.9641454Z    Compiling fnv v1.0.7
2026-07-21T10:35:57.9714094Z    Compiling strsim v0.11.1
2026-07-21T10:35:57.9863445Z    Compiling cfg_aliases v0.2.1
2026-07-21T10:35:58.0618318Z    Compiling litemap v0.8.2
2026-07-21T10:35:58.0755981Z    Compiling writeable v0.6.3
2026-07-21T10:35:58.0954807Z    Compiling utf8_iter v1.0.4
2026-07-21T10:35:58.1071528Z    Compiling ident_case v1.0.1
2026-07-21T10:35:58.1620783Z    Compiling fs_extra v1.3.0
2026-07-21T10:35:58.2761985Z    Compiling icu_properties_data v2.2.0
2026-07-21T10:35:58.3025577Z    Compiling icu_normalizer_data v2.2.0
2026-07-21T10:35:58.3150724Z    Compiling dunce v1.0.5
2026-07-21T10:35:58.3151833Z    Compiling autocfg v1.5.1
2026-07-21T10:35:58.3281577Z    Compiling percent-encoding v2.3.2
2026-07-21T10:35:58.3291743Z    Compiling http v1.4.1
2026-07-21T10:35:58.5102432Z    Compiling thiserror v2.0.18
2026-07-21T10:35:58.5783859Z    Compiling unicode-segmentation v1.13.3
2026-07-21T10:35:58.5900872Z    Compiling aws-lc-rs v1.17.0
2026-07-21T10:35:58.5960924Z    Compiling cpufeatures v0.3.0
2026-07-21T10:35:58.6407561Z    Compiling syn v2.0.117
2026-07-21T10:35:58.6503499Z    Compiling scopeguard v1.2.0
2026-07-21T10:35:58.6860740Z    Compiling chacha20 v0.10.0
2026-07-21T10:35:58.6965625Z    Compiling form_urlencoded v1.2.2
2026-07-21T10:35:58.7137435Z    Compiling lock_api v0.4.14
2026-07-21T10:35:58.7273897Z    Compiling untrusted v0.9.0
2026-07-21T10:35:58.8230774Z    Compiling rustls v0.23.40
2026-07-21T10:35:58.8360983Z    Compiling heck v0.5.0
2026-07-21T10:35:58.8710760Z    Compiling indexmap v2.14.0
2026-07-21T10:35:58.9340721Z    Compiling anyhow v1.0.102
2026-07-21T10:35:58.9773671Z    Compiling const-oid v0.10.2
2026-07-21T10:35:58.9790742Z    Compiling atomic-waker v1.1.2
2026-07-21T10:35:58.9916933Z    Compiling unicode-xid v0.2.6
2026-07-21T10:35:58.9986249Z    Compiling parking_lot_core v0.9.12
2026-07-21T10:35:59.0827599Z    Compiling zerocopy v0.8.50
2026-07-21T10:35:59.1068753Z    Compiling convert_case v0.10.0
2026-07-21T10:35:59.1282614Z    Compiling paste v1.0.15
2026-07-21T10:35:59.1490906Z    Compiling httparse v1.10.1
2026-07-21T10:35:59.1492375Z    Compiling num-traits v0.2.19
2026-07-21T10:35:59.2020634Z    Compiling hybrid-array v0.4.12
2026-07-21T10:35:59.2050607Z    Compiling curve25519-dalek v4.1.3
2026-07-21T10:35:59.2341545Z    Compiling jobserver v0.1.34
2026-07-21T10:35:59.2920924Z    Compiling ahash v0.8.12
2026-07-21T10:35:59.3251037Z    Compiling crypto-common v0.1.7
2026-07-21T10:35:59.3531017Z    Compiling block-buffer v0.10.4
2026-07-21T10:35:59.4611303Z    Compiling digest v0.10.7
2026-07-21T10:35:59.4743063Z    Compiling either v1.16.0
2026-07-21T10:35:59.4831089Z    Compiling powerfmt v0.2.0
2026-07-21T10:35:59.4941098Z    Compiling fastrand v2.4.1
2026-07-21T10:35:59.4943657Z    Compiling base64ct v1.8.3
2026-07-21T10:35:59.5640746Z    Compiling cc v1.2.63
2026-07-21T10:35:59.6090887Z    Compiling http-body v1.0.1
2026-07-21T10:35:59.6931055Z    Compiling deranged v0.5.8
2026-07-21T10:35:59.7970864Z    Compiling time-core v0.1.8
2026-07-21T10:35:59.8154043Z    Compiling data-encoding v2.11.0
2026-07-21T10:35:59.9291051Z    Compiling pem-rfc7468 v1.0.0
2026-07-21T10:35:59.9333682Z    Compiling tower-service v0.3.3
2026-07-21T10:35:59.9336786Z    Compiling zmij v1.0.21
2026-07-21T10:35:59.9567787Z    Compiling vcpkg v0.2.15
2026-07-21T10:35:59.9601466Z    Compiling base64 v0.22.1
2026-07-21T10:36:00.0240757Z    Compiling tinyvec_macros v0.1.1
2026-07-21T10:36:00.0330236Z    Compiling pkg-config v0.3.33
2026-07-21T10:36:00.1270981Z    Compiling mio v1.2.1
2026-07-21T10:36:00.1435202Z    Compiling socket2 v0.6.4
2026-07-21T10:36:00.1712992Z    Compiling getrandom v0.2.17
2026-07-21T10:36:00.3790557Z    Compiling rand_core v0.6.4
2026-07-21T10:36:00.4020628Z    Compiling num-conv v0.2.2
2026-07-21T10:36:00.4489245Z    Compiling rand v0.10.1
2026-07-21T10:36:00.4816130Z    Compiling uuid v1.23.2
2026-07-21T10:36:00.5040590Z    Compiling try-lock v0.2.5
2026-07-21T10:36:00.5613450Z    Compiling parking_lot v0.12.5
2026-07-21T10:36:00.5960536Z    Compiling want v0.3.1
2026-07-21T10:36:00.6050517Z    Compiling tinyvec v1.11.0
2026-07-21T10:36:00.6380736Z    Compiling block-buffer v0.12.0
2026-07-21T10:36:00.7670679Z    Compiling crypto-common v0.2.2
2026-07-21T10:36:00.8769081Z    Compiling sha2 v0.10.9
2026-07-21T10:36:00.9404965Z    Compiling inout v0.1.4
2026-07-21T10:36:01.0030831Z    Compiling vergen-lib v9.1.0
2026-07-21T10:36:01.0410524Z    Compiling cmake v0.1.58
2026-07-21T10:36:01.0620738Z    Compiling n0-future v0.3.2
2026-07-21T10:36:01.0758306Z    Compiling serde_json v1.0.150
2026-07-21T10:36:01.0909072Z    Compiling crossbeam-utils v0.8.21
2026-07-21T10:36:01.1075744Z    Compiling winnow v1.0.3
2026-07-21T10:36:01.1640087Z    Compiling httpdate v1.0.3
2026-07-21T10:36:01.1770613Z    Compiling diatomic-waker v0.2.3
2026-07-21T10:36:01.2452854Z    Compiling signature v2.2.0
2026-07-21T10:36:01.2887638Z    Compiling spin v0.10.0
2026-07-21T10:36:01.3173537Z    Compiling parking v2.2.1
2026-07-21T10:36:01.3284672Z    Compiling cordyceps v0.3.4
2026-07-21T10:36:01.3721213Z    Compiling ed25519 v2.2.3
2026-07-21T10:36:01.3870349Z    Compiling cipher v0.4.4
2026-07-21T10:36:01.3985566Z    Compiling netlink-packet-core v0.8.1
2026-07-21T10:36:01.4003465Z    Compiling universal-hash v0.5.1
2026-07-21T10:36:01.4416769Z    Compiling futures-lite v2.6.1
2026-07-21T10:36:01.5190619Z    Compiling vergen-lib v0.1.6
2026-07-21T10:36:01.5530534Z    Compiling vergen v9.1.0
2026-07-21T10:36:01.5631087Z    Compiling heapless v0.7.17
2026-07-21T10:36:01.5741049Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-21T10:36:01.5841417Z    Compiling noq-udp v0.10.0
2026-07-21T10:36:01.6280602Z    Compiling sync_wrapper v1.0.2
2026-07-21T10:36:01.6970560Z    Compiling futures-buffered v0.2.13
2026-07-21T10:36:01.7290781Z    Compiling allocator-api2 v0.2.21
2026-07-21T10:36:01.7410940Z    Compiling digest v0.11.3
2026-07-21T10:36:01.7601445Z    Compiling opaque-debug v0.3.1
2026-07-21T10:36:01.8100995Z    Compiling byteorder v1.5.0
2026-07-21T10:36:01.8131514Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-21T10:36:01.8640825Z    Compiling polyval v0.6.2
2026-07-21T10:36:01.9236471Z    Compiling vergen-gitcl v1.0.8
2026-07-21T10:36:01.9274947Z    Compiling spin v0.9.8
2026-07-21T10:36:01.9750973Z    Compiling ryu v1.0.23
2026-07-21T10:36:02.0020544Z    Compiling hash32 v0.2.1
2026-07-21T10:36:02.0139793Z    Compiling aws-lc-sys v0.41.0
2026-07-21T10:36:02.0970425Z    Compiling ring v0.17.14
2026-07-21T10:36:02.1090452Z    Compiling libsqlite3-sys v0.30.1
2026-07-21T10:36:02.1252731Z    Compiling num_threads v0.1.7
2026-07-21T10:36:02.1401910Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-21T10:36:02.1775035Z    Compiling signature v3.0.0
2026-07-21T10:36:02.1870942Z    Compiling fallible-iterator v0.3.0
2026-07-21T10:36:02.2210787Z    Compiling tower-layer v0.3.3
2026-07-21T10:36:02.2573263Z    Compiling time v0.3.47
2026-07-21T10:36:02.2932158Z    Compiling ghash v0.5.1
2026-07-21T10:36:02.3370374Z    Compiling sha2 v0.11.0-rc.5
2026-07-21T10:36:02.3530693Z    Compiling ctr v0.9.2
2026-07-21T10:36:02.4190759Z    Compiling aes v0.8.4
2026-07-21T10:36:02.4364445Z    Compiling fs2 v0.4.3
2026-07-21T10:36:02.5837031Z    Compiling http-body-util v0.1.3
2026-07-21T10:36:02.6239762Z    Compiling aead v0.5.2
2026-07-21T10:36:02.6387224Z    Compiling openssl-probe v0.2.1
2026-07-21T10:36:02.6420493Z    Compiling arrayvec v0.7.6
2026-07-21T10:36:02.6850387Z    Compiling utf8parse v0.2.2
2026-07-21T10:36:02.7610453Z    Compiling crossbeam-channel v0.5.15
2026-07-21T10:36:02.7727672Z    Compiling crossbeam-epoch v0.9.18
2026-07-21T10:36:02.8589813Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-21T10:36:02.9160694Z    Compiling blake3 v1.8.5
2026-07-21T10:36:02.9301182Z    Compiling netlink-packet-route v0.29.0
2026-07-21T10:36:02.9740514Z    Compiling memoffset v0.6.5
2026-07-21T10:36:03.0270713Z    Compiling aes-gcm v0.10.3
2026-07-21T10:36:03.2005072Z    Compiling acto v0.8.2
2026-07-21T10:36:03.2335855Z    Compiling netwatch v0.16.0
2026-07-21T10:36:03.2620512Z    Compiling noq v0.18.0
2026-07-21T10:36:03.2686440Z    Compiling rustc-hash v2.1.2
2026-07-21T10:36:03.2952253Z    Compiling mac-addr v0.3.0
2026-07-21T10:36:03.3820586Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-21T10:36:03.4080466Z    Compiling identity-hash v0.1.0
2026-07-21T10:36:03.4472648Z    Compiling xml-rs v0.8.28
2026-07-21T10:36:03.4931518Z    Compiling rustix v1.1.4
2026-07-21T10:36:03.5063384Z    Compiling foldhash v0.2.0
2026-07-21T10:36:03.5075700Z    Compiling ref-cast v1.0.25
2026-07-21T10:36:03.5246374Z    Compiling sorted-index-buffer v0.2.1
2026-07-21T10:36:03.6600726Z    Compiling lru-slab v0.1.2
2026-07-21T10:36:03.6800873Z    Compiling tagptr v0.2.0
2026-07-21T10:36:03.7267155Z    Compiling thiserror v1.0.69
2026-07-21T10:36:03.7646059Z    Compiling hashbrown v0.16.1
2026-07-21T10:36:03.9419938Z    Compiling netlink-packet-route v0.30.0
2026-07-21T10:36:04.0079369Z    Compiling ioctl-rs v0.1.6
2026-07-21T10:36:04.0930641Z    Compiling errno v0.3.14
2026-07-21T10:36:04.1083514Z    Compiling termios v0.2.2
2026-07-21T10:36:04.1128363Z    Compiling serial-core v0.4.0
2026-07-21T10:36:04.2370832Z    Compiling proc-macro-crate v3.5.0
2026-07-21T10:36:04.2517366Z    Compiling simple-dns v0.9.3
2026-07-21T10:36:04.2990680Z    Compiling xmltree v0.10.3
2026-07-21T10:36:04.4570942Z    Compiling synstructure v0.13.2
2026-07-21T10:36:04.5250579Z    Compiling darling_core v0.20.11
2026-07-21T10:36:04.6270712Z    Compiling serde_derive_internals v0.29.1
2026-07-21T10:36:04.7050346Z    Compiling aho-corasick v1.1.4
2026-07-21T10:36:04.7340809Z    Compiling arrayref v0.3.9
2026-07-21T10:36:04.7630781Z    Compiling toml_write v0.1.2
2026-07-21T10:36:04.7831113Z    Compiling sha1_smol v1.0.1
2026-07-21T10:36:04.7930635Z    Compiling signal-hook v0.3.18
2026-07-21T10:36:04.9535378Z    Compiling constant_time_eq v0.4.2
2026-07-21T10:36:04.9661333Z    Compiling simdutf8 v0.1.5
2026-07-21T10:36:05.0076340Z    Compiling resolv-conf v0.7.6
2026-07-21T10:36:05.0180511Z    Compiling winnow v0.7.15
2026-07-21T10:36:05.1922272Z    Compiling regex-syntax v0.8.10
2026-07-21T10:36:05.2650707Z    Compiling linux-raw-sys v0.12.1
2026-07-21T10:36:05.2800607Z    Compiling smol_str v0.1.24
2026-07-21T10:36:05.5365475Z    Compiling lru v0.16.4
2026-07-21T10:36:05.5431248Z    Compiling darling_core v0.23.0
2026-07-21T10:36:05.6980486Z    Compiling serial-unix v0.4.0
2026-07-21T10:36:05.8910507Z    Compiling signal-hook-registry v1.4.8
2026-07-21T10:36:06.0212684Z    Compiling serde_bytes v0.11.19
2026-07-21T10:36:06.0539250Z    Compiling seize v0.5.1
2026-07-21T10:36:06.2640661Z    Compiling hmac v0.12.1
2026-07-21T10:36:06.2661867Z    Compiling iroh v0.98.2
2026-07-21T10:36:06.3890602Z    Compiling cmov v0.5.4
2026-07-21T10:36:06.4380875Z    Compiling serde_derive v1.0.228
2026-07-21T10:36:06.4717553Z    Compiling zeroize_derive v1.4.3
2026-07-21T10:36:06.5168090Z    Compiling tokio-macros v2.7.0
2026-07-21T10:36:06.6497411Z    Compiling futures-macro v0.3.32
2026-07-21T10:36:06.8360876Z    Compiling zerofrom-derive v0.1.7
2026-07-21T10:36:07.0959666Z    Compiling zeroize v1.8.2
2026-07-21T10:36:07.2424049Z    Compiling tokio v1.52.3
2026-07-21T10:36:07.2751312Z    Compiling yoke-derive v0.8.2
2026-07-21T10:36:07.5608775Z    Compiling futures-util v0.3.32
2026-07-21T10:36:07.7280552Z    Compiling zerovec-derive v0.11.3
2026-07-21T10:36:07.8638707Z    Compiling displaydoc v0.2.6
2026-07-21T10:36:07.9170990Z    Compiling tracing-attributes v0.1.31
2026-07-21T10:36:08.2600615Z    Compiling zerofrom v0.1.8
2026-07-21T10:36:08.3400729Z    Compiling rustls-pki-types v1.14.1
2026-07-21T10:36:08.3921536Z    Compiling thiserror-impl v2.0.18
2026-07-21T10:36:08.6570776Z    Compiling yoke v0.8.3
2026-07-21T10:36:08.7750609Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-21T10:36:08.8500692Z    Compiling zerotrie v0.2.4
2026-07-21T10:36:09.1989112Z    Compiling darling_macro v0.20.11
2026-07-21T10:36:09.2242064Z    Compiling zerovec v0.11.6
2026-07-21T10:36:09.2941043Z    Compiling derive_more-impl v2.1.1
2026-07-21T10:36:09.3014749Z    Compiling n0-error-macros v0.1.3
2026-07-21T10:36:09.3370713Z    Compiling spez v0.1.2
2026-07-21T10:36:09.6098922Z    Compiling darling v0.20.11
2026-07-21T10:36:09.6182812Z    Compiling der v0.8.0-rc.10
2026-07-21T10:36:09.6988839Z    Compiling derive_builder_core v0.20.2
2026-07-21T10:36:09.7380284Z    Compiling pin-project-internal v1.1.13
2026-07-21T10:36:10.0861121Z    Compiling tinystr v0.8.3
2026-07-21T10:36:10.3154879Z    Compiling icu_locale_core v2.2.0
2026-07-21T10:36:10.3275804Z    Compiling potential_utf v0.1.5
2026-07-21T10:36:10.4618005Z    Compiling icu_collections v2.2.0
2026-07-21T10:36:10.4990350Z    Compiling n0-error v0.1.3
2026-07-21T10:36:10.9368601Z    Compiling ed25519-dalek v2.2.0
2026-07-21T10:36:11.0650524Z    Compiling derive_builder_macro v0.20.2
2026-07-21T10:36:11.2190534Z    Compiling spki v0.8.0-rc.4
2026-07-21T10:36:11.2678763Z    Compiling pin-project v1.1.13
2026-07-21T10:36:11.3503593Z    Compiling spt-proto v0.39.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-21T10:36:11.3680511Z    Compiling derive_builder v0.20.2
2026-07-21T10:36:11.3780732Z    Compiling futures-executor v0.3.32
2026-07-21T10:36:11.3870540Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-21T10:36:11.4080956Z    Compiling cobs v0.3.0
2026-07-21T10:36:11.5570513Z    Compiling futures v0.3.32
2026-07-21T10:36:11.6210761Z    Compiling icu_provider v2.2.0
2026-07-21T10:36:11.6561038Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-21T10:36:11.7620631Z    Compiling ipnet v2.12.0
2026-07-21T10:36:11.8570502Z    Compiling ed25519 v3.0.0-rc.4
2026-07-21T10:36:12.0190709Z    Compiling icu_normalizer v2.2.0
2026-07-21T10:36:12.0330109Z    Compiling icu_properties v2.2.0
2026-07-21T10:36:12.2140574Z    Compiling prefix-trie v0.8.4
2026-07-21T10:36:12.3380699Z    Compiling postcard-derive v0.2.2
2026-07-21T10:36:12.4160539Z    Compiling data-encoding-macro v0.1.20
2026-07-21T10:36:12.4840470Z    Compiling once_cell v1.21.4
2026-07-21T10:36:12.6300779Z    Compiling rustls-native-certs v0.8.4
2026-07-21T10:36:12.6491191Z    Compiling enum-assoc v1.3.0
2026-07-21T10:36:12.7700557Z    Compiling tracing-core v0.1.36
2026-07-21T10:36:12.9570631Z    Compiling postcard v1.1.3
2026-07-21T10:36:12.9940716Z    Compiling async-trait v0.1.89
2026-07-21T10:36:13.0155641Z    Compiling num_enum_derive v0.7.6
2026-07-21T10:36:13.1000397Z    Compiling hashbrown v0.14.5
2026-07-21T10:36:13.1410608Z    Compiling iroh-metrics-derive v0.4.1
2026-07-21T10:36:13.3153264Z    Compiling tracing v0.1.44
2026-07-21T10:36:13.3466903Z    Compiling tokio-util v0.7.18
2026-07-21T10:36:13.4540461Z    Compiling netlink-sys v0.8.8
2026-07-21T10:36:13.5540776Z    Compiling idna_adapter v1.2.2
2026-07-21T10:36:13.6310949Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-21T10:36:13.6620852Z    Compiling tower v0.5.3
2026-07-21T10:36:13.7200613Z    Compiling idna v1.1.0
2026-07-21T10:36:13.7348932Z    Compiling strum_macros v0.28.0
2026-07-21T10:36:13.7526197Z    Compiling netlink-proto v0.12.0
2026-07-21T10:36:13.7626095Z    Compiling derive_more v2.1.1
2026-07-21T10:36:13.9275635Z    Compiling netdev v0.42.0
2026-07-21T10:36:13.9877115Z    Compiling hashlink v0.9.1
2026-07-21T10:36:14.0344641Z    Compiling iroh-metrics v0.38.3
2026-07-21T10:36:14.0347006Z    Compiling iroh-relay v0.98.0
2026-07-21T10:36:14.1115950Z    Compiling num_enum v0.7.6
2026-07-21T10:36:14.1190910Z    Compiling moka v0.12.15
2026-07-21T10:36:14.1416819Z    Compiling toml_datetime v0.6.11
2026-07-21T10:36:14.2114898Z    Compiling url v2.5.8
2026-07-21T10:36:14.2301684Z    Compiling serde_spanned v0.6.9
2026-07-21T10:36:14.2450637Z    Compiling ref-cast-impl v1.0.25
2026-07-21T10:36:14.3539985Z    Compiling thiserror-impl v1.0.69
2026-07-21T10:36:14.3676408Z    Compiling h2 v0.4.14
2026-07-21T10:36:14.4030685Z    Compiling rusqlite v0.32.1
2026-07-21T10:36:14.4900411Z    Compiling n0-watcher v0.6.1
2026-07-21T10:36:14.4981119Z    Compiling tokio-stream v0.1.18
2026-07-21T10:36:14.7580316Z    Compiling toml_edit v0.22.27
2026-07-21T10:36:15.1290781Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-21T10:36:15.2130533Z    Compiling iroh-base v0.98.0
2026-07-21T10:36:15.2900854Z    Compiling attohttpc v0.30.1
2026-07-21T10:36:15.4015291Z    Compiling tower-http v0.6.11
2026-07-21T10:36:15.5188108Z    Compiling webpki-roots v1.0.7
2026-07-21T10:36:15.6069433Z    Compiling spt-store v0.39.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-21T10:36:15.6340299Z    Compiling regex-automata v0.4.14
2026-07-21T10:36:15.6409261Z    Compiling schemars_derive v1.2.1
2026-07-21T10:36:15.6758445Z    Compiling bitflags v1.3.2
2026-07-21T10:36:15.7601074Z    Compiling rustix v0.38.44
2026-07-21T10:36:15.9360398Z    Compiling pin-utils v0.1.0
2026-07-21T10:36:15.9873751Z    Compiling dyn-clone v1.0.20
2026-07-21T10:36:16.0015732Z    Compiling nix v0.25.1
2026-07-21T10:36:16.0231229Z    Compiling filedescriptor v0.8.3
2026-07-21T10:36:16.1070025Z    Compiling backon v1.6.0
2026-07-21T10:36:16.2100427Z    Compiling darling_macro v0.23.0
2026-07-21T10:36:16.2970599Z    Compiling ctutils v0.4.2
2026-07-21T10:36:16.3721045Z    Compiling hkdf v0.12.4
2026-07-21T10:36:16.4785274Z    Compiling papaya v0.2.4
2026-07-21T10:36:16.5450446Z    Compiling serial v0.4.0
2026-07-21T10:36:16.6204690Z    Compiling anstyle-parse v1.0.0
2026-07-21T10:36:16.6450866Z    Compiling vte_generate_state_changes v0.1.2
2026-07-21T10:36:16.6689554Z    Compiling strum v0.28.0
2026-07-21T10:36:16.7940409Z    Compiling iroh-dns v0.98.0
2026-07-21T10:36:16.8130937Z    Compiling anstyle-query v1.1.5
2026-07-21T10:36:16.9117639Z    Compiling is_terminal_polyfill v1.70.2
2026-07-21T10:36:16.9232524Z    Compiling instability v0.3.12
2026-07-21T10:36:16.9401462Z    Compiling anstyle v1.0.14
2026-07-21T10:36:16.9910576Z    Compiling shell-words v1.1.1
2026-07-21T10:36:17.0770687Z    Compiling unicode-width v0.2.0
2026-07-21T10:36:17.0900855Z    Compiling foldhash v0.1.5
2026-07-21T10:36:17.1405589Z    Compiling linux-raw-sys v0.4.15
2026-07-21T10:36:17.2341061Z    Compiling downcast-rs v1.2.1
2026-07-21T10:36:17.2479353Z    Compiling colorchoice v1.0.5
2026-07-21T10:36:17.2670603Z    Compiling hashbrown v0.15.5
2026-07-21T10:36:17.3400645Z    Compiling anstream v1.0.0
2026-07-21T10:36:17.3670100Z    Compiling vte v0.13.1
2026-07-21T10:36:17.3783423Z    Compiling signal-hook-mio v0.2.5
2026-07-21T10:36:17.3871024Z    Compiling darling v0.23.0
2026-07-21T10:36:17.4600555Z    Compiling spake2 v0.4.0
2026-07-21T10:36:17.4987697Z    Compiling toml v0.8.23
2026-07-21T10:36:17.5950776Z    Compiling terminal_size v0.4.4
2026-07-21T10:36:17.7770515Z    Compiling strum_macros v0.26.4
2026-07-21T10:36:17.7771635Z    Compiling itertools v0.13.0
2026-07-21T10:36:17.8430643Z    Compiling schemars v1.2.1
2026-07-21T10:36:17.8781432Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-21T10:36:18.1823646Z    Compiling sha1 v0.10.6
2026-07-21T10:36:18.4274317Z    Compiling castaway v0.2.4
2026-07-21T10:36:18.4700881Z    Compiling static_assertions v1.1.0
2026-07-21T10:36:18.5181134Z    Compiling regex v1.12.3
2026-07-21T10:36:18.5629175Z    Compiling doctest-file v1.1.1
2026-07-21T10:36:18.5871040Z    Compiling clap_lex v1.1.0
2026-07-21T10:36:18.8460765Z    Compiling unicode-width v0.1.14
2026-07-21T10:36:18.8534676Z    Compiling indoc v2.0.7
2026-07-21T10:36:19.1200900Z    Compiling clap_builder v4.6.0
2026-07-21T10:36:19.1477684Z    Compiling interprocess v2.4.2
2026-07-21T10:36:19.2388889Z    Compiling crossterm v0.28.1
2026-07-21T10:36:19.8757278Z    Compiling spt-msg v0.39.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-21T10:36:19.9010627Z    Compiling unicode-truncate v1.1.0
2026-07-21T10:36:19.9197813Z    Compiling compact_str v0.8.2
2026-07-21T10:36:20.0469462Z    Compiling lru v0.12.5
2026-07-21T10:36:20.1968680Z    Compiling clap_derive v4.6.1
2026-07-21T10:36:20.2420236Z    Compiling hyper v1.10.1
2026-07-21T10:36:20.3641195Z    Compiling spt-runtime v0.39.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-21T10:36:20.6896823Z    Compiling portable-pty v0.8.1
2026-07-21T10:36:20.7160826Z    Compiling strum v0.26.3
2026-07-21T10:36:20.7540913Z    Compiling cassowary v0.3.0
2026-07-21T10:36:20.8547725Z    Compiling iana-time-zone v0.1.65
2026-07-21T10:36:20.8631972Z    Compiling nucleo-matcher v0.3.1
2026-07-21T10:36:20.9008912Z    Compiling qrcode v0.14.1
2026-07-21T10:36:20.9577390Z    Compiling tempfile v3.27.0
2026-07-21T10:36:21.1780817Z    Compiling spt-term v0.39.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-21T10:36:21.5343077Z    Compiling ratatui v0.29.0
2026-07-21T10:36:21.5880624Z    Compiling chrono v0.4.45
2026-07-21T10:36:22.1483523Z    Compiling hyper-util v0.1.20
2026-07-21T10:36:22.4620111Z    Compiling clap v4.6.1
2026-07-21T10:36:23.7939248Z    Compiling spt-live v0.39.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-21T10:36:24.0280608Z    Compiling igd-next v0.17.1
2026-07-21T10:36:25.1851130Z    Compiling portmapper v0.16.0
2026-07-21T10:36:29.3717324Z    Compiling rustls-webpki v0.103.13
2026-07-21T10:36:31.7295676Z    Compiling tokio-rustls v0.26.4
2026-07-21T10:36:31.7298571Z    Compiling rustls-platform-verifier v0.7.0
2026-07-21T10:36:31.7298934Z    Compiling noq-proto v0.17.0
2026-07-21T10:36:31.8864163Z    Compiling hyper-rustls v0.27.9
2026-07-21T10:36:31.8864725Z    Compiling hickory-net v0.26.0-beta.4
2026-07-21T10:36:31.8865216Z    Compiling tokio-websockets v0.13.2
2026-07-21T10:36:32.0155230Z    Compiling reqwest v0.13.4
2026-07-21T10:36:32.9728660Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-21T10:36:46.5834545Z    Compiling spt-net v0.39.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-21T10:36:48.0226186Z    Compiling spt-daemon v0.39.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-21T10:36:57.2540194Z    Compiling spt v0.39.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-21T10:37:02.0997491Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-07-21T10:37:02.1215809Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-e50899f54fb856ca)
2026-07-21T10:37:02.1229345Z 
2026-07-21T10:37:02.1229494Z running 1 test
2026-07-21T10:37:08.2119484Z test new_brain_serves_against_old_broker ... ok
2026-07-21T10:37:08.2121085Z 
2026-07-21T10:37:08.2121657Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-21T10:37:08.2122043Z 
